/**{
	padding: 0;
	margin: 0;
}
.block01 .pic {
    width: 270px;
    height: 190px;
    position: relative;
    overflow: hidden;
}
img{
	vertical-align: top;
}
li{
	list-style: none;
}*/

/*01*/
#focus-banner{
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	height:550px !important;
}
#focus-banner-list{
	position: relative;
}
#focus-banner-list li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list li img{
	width: 100%;
}
.focus-banner-img{
	display: block;
}
#focus-banner-list .focus-banner-text{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#focus-banner .focus-handle{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(/scripts/bannerNew/focus_handle.png);
}
#prev-img{
	left: 0;
}
#prev-img{
	left: 50px;
	background-position: 0 0;
}
#prev-img:hover{
	background-position: 0 -80px;
}
#next-img{
	right: 0;
}
#next-img{
	right: 50px;
	background-position: -80px 0;
}
#next-img:hover{
	background-position: -80px -80px;
}

#focus-bubble{
	position: absolute;
	left: 50%;
	bottom: 30px;
	z-index: 999;
}
#focus-bubble li{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border:1px #fff solid;
	background-color: #fff;
	cursor: pointer;
}
#focus-bubble li.current{
	background-color: #ff6600;
}

/*02*/
#focus-banner_02 {
	position: relative;
	width: 485px;
	height:222px;
	overflow: hidden;
}
#focus-banner-list_02{
	position: relative;
}
#focus-banner-list_02 li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
#focus-banner-list_02 li span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-image: url(/scripts/bannerNew/bg2.png);
	color:#FFFFFF;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-indent:15px;
	font-size:12px;
}
#focus-banner-list_02 li img{
	width: 485px;
	height:222px;
}
.focus-banner-img_02{
	display: block;
}
#focus-banner-list_02 .focus-banner-text_02{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1000px;
	height: 100%;
	margin-left: -500px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
#focus-banner_02 .focus-handle_02{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(/scripts/bannerNew/focus_handle.png);
	display:none;
}
#prev-img_02{
	left: 0;
}
#prev-img_02{
	left: 50px;
	background-position: 0 0;
}
#prev-img_02:hover{
	background-position: 0 -80px;
}
#next-img_02{
	right: 0;
}
#next-img_02{
	right: 50px;
	background-position: -80px 0;
}
#next-img_02:hover{
	background-position: -80px -80px;
}
#focus-bubble_02{
	position: absolute;
	/*left: 535px;*/
	right: 10px;
	bottom: 14px;
	z-index: 999;
	width:auto !important;
	margin-left:0 !important;
}
#focus-bubble_02 li{
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
}
#focus-bubble_02 li.current{
	background-color: #FFE400;
}
/*修改*/
#focus-banner_02, #focus-banner-list_02 li img{
	width: 100%;
	/*height:346px;*/
	/*height:375px;*/
	height:415px;
}
#focus-bubble_02 li{
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: #C8C6C7;
}
#focus-bubble_02 li.current{
	background-color: #E46713;
}
#focus-banner-list_02 li span {
	font-size:14px;
}